Crate askama_axum

source ·

Modules

mimeDeprecated

Structs

Enums

askama error type

Traits

Object-safe wrapper trait around Template implementers
Trait for generating responses.
Main Template trait; implementations are generally derived

Functions

Old build script helper to rebuild crates if contained templates have changed

Type Definitions

A boxed Body trait object.
Type alias for http::Response whose body type defaults to BoxBody, the most common body type used with axum.

Derive Macros